Skip to content

Add secure/brand auth in production doc #341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 14, 2025

Conversation

nbarbettini
Copy link
Collaborator

Add a doc explaining how to configure session verification for production.

Copy link

vercel bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 14, 2025 1:54pm

Copy link
Contributor

@evantahler evantahler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only blocking thing would be to pre-make the github discussion and get that URL in here

Comment on lines +62 to +75
<Tabs items={["REST"]} storageKey="preferredLanguage">
<Tabs.Tab>
```text
POST https://cloud.arcade.dev/api/v1/oauth/confirm_user
Authorization: Bearer <arcade_api_key>
Content-Type: application/json

{
"flow_id": "<flow_id from the query string>",
"user_id": "<the current user's ID>"
}
```
</Tabs.Tab>
</Tabs>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will get this into the client libs soon, yes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, next on my list. That will result in more tabs here

Comment on lines +120 to +121
In the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Add screenshot soon

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: if This will be under a menu item, let's expand it!

Suggested change
In the Arcade Dashboard, pick the **Custom verifier** option and add the URL of your verifier route.
In the Arcade Dashboard, go to **OAuth > Custom verifier** option, and add the URL of your verifier route.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@torresmateo Will do, I will update this after the Dashboard ships.

@nbarbettini nbarbettini requested a review from evantahler July 14, 2025 13:51
@nbarbettini nbarbettini marked this pull request as ready for review July 14, 2025 13:51
@nbarbettini
Copy link
Collaborator Author

@evantahler, back over to you!

@nbarbettini nbarbettini merged commit e6f3c91 into main Jul 14, 2025
4 checks passed
@nbarbettini nbarbettini deleted the nate/customer-facing-oauth-sec-docs branch July 14, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants